Operation Context.PullBlobList (Pull File List)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Restore the first saved input file list in the context input stack
Operation id | Context.PullBlobList |
---|---|
Aliases | Blob.PullList |
Category | Push & Pop |
Label | Pull File List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | bloblist |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PullBlobList |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PullBlobList", "aliases" : [ "Blob.PullList" ], "label" : "Pull File List", "category" : "Push & Pop", "requires" : null, "description" : "Restore the first saved input file list in the context input stack", "url" : "Context.PullBlobList", "signature" : [ "void", "bloblist" ], "params" : [ ] }